DefaultShader

Maybe should not be used in user facing api.

pragma(LDC_no_typeinfo)
struct DefaultShader {}

Members

Variables

fSource
string function() fSource;

Fragment Source

path
string path;

Path on where the shaders are stored.

vSource
string function() vSource;

Vertex Source

Meta